TL;DR: Check out our QvdExplorer - simple but powerful tool to explore data in your QVD files
In that post I want to introduce simple tool that our team internally use quite some time. We use it to analyze data in intermediary and Ready-For-Mart QVD files in our projects.
Basically QVD explorer consist of two parts:
Send to \ QvdExplorer
menu item in windows explorer context menu. When user select one or several QVD files and choose Send to \ QvdExplorer
command script create new application based on template, generate load script that load all selected QVD files into the application and reload data.We found that application very useful in our daily work so I would like to share it with community.
Send to \ QvdExplorer
again same QlikViedw application would be used to reload new data. You would not lose your modification so you can repeatedly analyze updated dataset.QvdExplorer-master
from that archive anywhere in your system (you may rename that directory to QvdExplorer
for example). Probably path to QvdExplorer
directory should not contain non-ascii symbols and spaces.setup.bat
(you can do it just double clicking that batch file in the file explorer). That operation will install new target QvdExplorer
to Send to
context menu in file explorer.Select one or several QVD files in Windows Explorer then select Send to \ QvdExplorer
item in Windows context menu.
Send to \ QvdExplorer
operation will trigger several events
Data
subdirectory under your QvdExplorer directoryNewly opened qvd application may look like this:
In Dynamic filter area, you can choose a field from the list of fields available in the application and then select values to filter in the adjacent list.
Straight table with data to explore originally is hidden. To show it you should select one or more dimensions in Dimension selection area. Optionally you can add up to 5 measures to table by choosing a field from the list of available fields and aggregation function from the correspondig list.
Example of QvdExplorer application for sample dataset with some EmployeeId
’s filtered, with selected dimensions SupplierId
and ProductName
and measures added to show sum of Quantity
and number of transactions by selected dimensions